css: Handle repeating gradients with only one offset
authorBenjamin Otte <otte@redhat.com>
Mon, 26 Dec 2016 16:04:56 +0000 (17:04 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 26 Dec 2016 16:22:01 +0000 (17:22 +0100)
commit599cc995f3532ba85a96d2409ef5589508785faf
treedf16fc3971a3921ccac1d1830fd8d4375c550b9a
parent5017c3be65a8f07178f48042170d93000131980b
css: Handle repeating gradients with only one offset

Example:
  repeating-linear-gradient(red 50%, blue 50%)

Those gradients in Firefox draw a solid image of the last color, so do
the same here.
gtk/gtkcssimagelinear.c